home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Quake Busters
/
QUAKE.bin
/
pc
/
shared.dir
/
00852_Script_(Bt) down menu
< prev
next >
Wrap
Text File
|
1996-06-10
|
731b
|
33 lines
-- will go to main menu
on mouseDown
puppetSound "Mouse Down"
updateStage
set the castnum of sprite the clickOn to ¼
the number of cast "mr"
updatestage
repeat while the stilldown
if not rollover(the clickOn) then ¼
set the castnum of sprite the clickOn to ¼
the number of cast "my"
updateStage
if rollover(the clickOn) then nothing
end repeat
puppetSound 0
end mouseDown
on mouseUp
set the castnum of sprite the clickOn to ¼
the number of cast "my"
if rollover(44) then puppetSound "Mouse Up"
updateStage
repeat while soundBusy(1)
nothing
end repeat
puppetSound 0
updateStage
if rollover(44) then go to ¼
frame "Yo" of movie "QBENG.DIR"
end mouseUp